home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Science / Biology / WayeBox Folder / WayeBox 1.1 / box1 / card_10259.txt < prev    next >
Encoding:
Text File  |  1990-06-13  |  1.8 KB  |  44 lines

  1. -- card: 10259 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 10178
  5. -- name: help
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=366 top=315 right=337 bottom=466
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: pop card
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   pop card
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part contents for background part 2
  28. ----- text -----
  29. To create a link between a button and a card:
  30. 1. Choose "button" under tools, ie. the box next to the finger. If a new button has to be created, then choose "new button" under objects and give a new name to the button in "Button Info" under "objects". If a button is
  31. already there, then go to step 2
  32. 2. Click at the button which you want to form the link.
  33. 3. Choose "button info" under objects. Click on the "Link to ..." button which display a small window with instructions. The Button Info dialog box should appear.
  34. 4.. Go to the card to which you wish to link. i.e. choose "open file" under File
  35. and go to the card of interest in another stack if necessary.
  36. 5. Click the "This Card" button on the overlaying window to complete the link.
  37. 6. If you want to be able to pop back to the card where you last clicked the
  38. mouse, just add "push card" one line below "On openMouse" in the script of the new button.
  39.  
  40. To create a new map and add fridges and freezers:
  41. 1. Use the graphic tools to draw a map of a particular lab of interest.
  42. 2. Use the button tools to overlay transparent buttons on top of any fridge or freezers on your map.
  43. 3. Name your cards as you wish by going to "card info" under the objects menu and click on the "Name Card" button.
  44. 4. Form links between your new card with the map of your lab and the appropriate button in your summary card.